home *** CD-ROM | disk | FTP | other *** search
- object dlgoptions: Tdlgoptions
- Left = 247
- Top = 115
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'CardCheck Options'
- ClientHeight = 224
- ClientWidth = 342
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 329
- Height = 177
- Shape = bsFrame
- end
- object Chkguesscardtype: TCheckBox
- Left = 24
- Top = 24
- Width = 265
- Height = 17
- Hint =
- 'If checked you do not need to select the card type for each card' +
- ' as CardCheck will guess it from the number you have entered'
- Caption = 'Determine card type from structure of card number'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object ChkCheckForNoShortcut: TCheckBox
- Left = 24
- Top = 56
- Width = 281
- Height = 17
- Hint =
- 'If enabled CardCheck looks at your Start menu and asks if it sho' +
- 'uld create a shortcut to it if one does not already exist'
- Caption = 'Prompt to create a shortcut for CardCheck if none exists'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object chkUseBeep: TCheckBox
- Left = 24
- Top = 152
- Width = 217
- Height = 17
- Hint =
- 'If this is enabled then you will receive a short beep after each' +
- ' credit card is processed'
- Caption = 'Beep after processing each credit card'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object chkonlyshowerroneous: TCheckBox
- Left = 24
- Top = 88
- Width = 281
- Height = 17
- Hint =
- 'If enabled, CardCheck will only add an entry to the results list' +
- ' when an invalid card is detected. Otherwise CardCheck adds an ' +
- 'entry for each card, whether valid or invalid.'
- Caption = 'Only show failed entries when batch processing '
- TabOrder = 2
- end
- object BitBtn1: TBitBtn
- Left = 96
- Top = 192
- Width = 75
- Height = 25
- TabOrder = 5
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 176
- Top = 192
- Width = 75
- Height = 25
- TabOrder = 6
- Kind = bkCancel
- end
- object BitBtn3: TBitBtn
- Left = 256
- Top = 192
- Width = 75
- Height = 25
- TabOrder = 7
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- object ChkStayonTOp: TCheckBox
- Left = 24
- Top = 120
- Width = 241
- Height = 17
- Hint =
- 'If enabled, CardCheck will always remain one of the top windows,' +
- ' even if you have other applications running.'
- Caption = 'Always keep CardCheck visible while running'
- TabOrder = 3
- end
- end
-